home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / skooldem.dir / 00156_Script_squares sprite script < prev    next >
Text File  |  1996-09-19  |  277b  |  10 lines

  1. on mouseDown
  2.   global gHiliteChannel
  3.   puppetsound "click"
  4.   updatestage
  5.   put the clickon into tWhichSPrite
  6.   set the loc of sprite gHiliteChannel = the loc of sprite tWHichSPrite
  7.   updatestage
  8.   put tWHichSPrite - 10 into whichframe
  9.   go frame string(whichframe)
  10. end